home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 68K / Demo / dns / README < prev   
Text File  |  1996-05-20  |  524b  |  13 lines

  1. This directory contains a module (dnslib) that implements a DNS
  2. (Domain Name Server) client, plus additional modules that define some
  3. symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).
  4.  
  5. Type "python dnslib.py -/" for a usage message.
  6.  
  7. You can also import dnslib and write your own, more sophisticated
  8. client code; use the test program as an example (there is currently no
  9. documentation :-).
  10.  
  11. --Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
  12. URL:  <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>
  13.